/*
首页模块命名规范：col-index-模块英文名称，如：col-index-news
内页页面外层容器命名规范：
1、通用样式：col-page，内页外层容器通用样式，使用方法<div class="col-page col-page-about"></div>
2、页面样式：col-page-模块英文名称，如：col-page-about（关于我们页面）
3、内页模块命名规范：col-模块英文名称，如：col-product（产品）、col-honor（荣誉）
其他命名规范：
1、使用swiper、owl.Carousel等插件时，插件外层容器可用模块名称-container,如product-container
2、使用英文名称为样式命名，不要出现拼音和首字母
3、模块最外层容器命名规范：col-自定义名称
4、样式命名中单词由符号“-”来连接，如：col-culture,col-hot-product
备注：上面所说的模块不是指系统后台模块，是网站前台页面中的组成模块，如：首页中包含网站头部、产品、新闻、荣誉、案例、网站底部，其中每个部分视为一个模块。
*/
@charset "utf-8";
@font-face {
  font-family: 'Champignon';
  src: url('../fonts/Champignon.ttf');
}

@font-face {
  font-family: 'syht';   /*字体名称*/
  src: url('../fonts/syht.ttf');       /*字体源文件*/
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 1502878 */
  src: url('//at.alicdn.com/t/c/font_1502878_5h0q8d95ven.woff2?t=1684998264969') format('woff2'),
       url('//at.alicdn.com/t/c/font_1502878_5h0q8d95ven.woff?t=1684998264969') format('woff'),
       url('//at.alicdn.com/t/c/font_1502878_5h0q8d95ven.ttf?t=1684998264969') format('truetype');
}
html{overflow-x: hidden;font-size: 16px;}
html.active{overflow: hidden;}
body {min-width: 320px;color: #777;overflow: hidden;font-family:PingFang SC,syht,Arial,Hiragino Sans GB,sans-serif;}
.goomay a {
  font-family:"iconfont" !important;
  font-size:12px!important;
  color: rgb(0,0,0,.5)!important;
  font-style:normal;
  font-weight: normal;
  text-decoration: none!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  transition: .5s all;
}
.icon-goomay a:before { content: "\e625"; }
.goomay a:hover{color: rgb(0,0,0,1)!important;}
.icon-g:before { content: "\e603"; }
.iconfont {font-family: 'iconfont';}
*{word-break:normal !important}
li {list-style: none;}
i {font-style: normal;}
a {color: #777;}
a:focus{text-decoration: none;outline: none;color:#777;}
a:hover { color: #777;text-decoration: none;outline: none;}
p,h1,h2,h3,h4,h5,h6,ul,li {margin: 0;padding: 0;}
img {border: 0;  max-width: 100%;}
.relative {position: relative;}
.container {max-width: 1200px;  padding: 0 10px;}
.container2 {max-width: 1440px; width:100%;  margin: 0 auto; padding: 0 20px;}
.container3 {max-width: 1460px; width:100%;  margin: 0 auto; padding: 0 20px;}
#page{padding-top: 0px; overflow: hidden;}
nav.mm-menu_offcanvas{display: none;}
#header a.mm_btn{display: none; transition: .3s all;}
#BMapLib_transBox0 table td{box-sizing: content-box !important;}
.target-fix {position: relative;top:-100px;display: block;height: 0;overflow: hidden;}
img[src=""],img:not([src]){opacity:0 !important;} 
.table{display: table;width: 100%;height: 100%;margin:0;}
.table>.middle{display: table-cell;vertical-align: middle;}
.none{display: none !important;}
.flex{display: -webkit-flex;display: -ms-flexbox;display: flex;}
.time03{-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.time05{-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-ms-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;transition: all .5s ease-in-out;}
.fdii{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1); -ms-transform:scale(1.1); }
.box-shadow{box-shadow: 0px 5px 35px rgba(0,0,0,0.1);}
.swiper-container,.swiper-container .swiper-slide{position: relative;}
.swiper-container{
  --swiper-theme-color: #130179;/* 设置Swiper风格 */
  --swiper-preloader-color: #130179;/* 单独设置预加载圆圈的颜色 */
}
/* animates */
@-webkit-keyframes fadeUp {
  from {opacity: 0;-webkit-transform: translate3d(0, 40px, 0);transform: translate3d(0, 40px, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes fadeUp {
  from {opacity: 0;-webkit-transform: translate3d(0, 40px, 0);transform: translate3d(0, 40px, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
.fadeUp {-webkit-animation-name: fadeUp;animation-name: fadeUp;}
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
.fade {-webkit-animation-name: fadeIn;animation-name: fadeIn;}
@-webkit-keyframes fadeDown {
  from {opacity: 0;-webkit-transform: translate3d(0, -40px, 0);transform: translate3d(0, -40px, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes fadeDown {
  from {opacity: 0;-webkit-transform: translate3d(0, -40px, 0);transform: translate3d(0, -40px, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
.fadeDown {-webkit-animation-name: fadeDown;animation-name: fadeDown;}
@-webkit-keyframes fadeLeft {
  from {opacity: 0;-webkit-transform: translate3d(-40px, 0, 0);transform: translate3d(-40px, 0, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes fadeLeft {
  from {opacity: 0;-webkit-transform: translate3d(-40px, 0, 0);transform: translate3d(-40px, 0, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
.fadeLeft {-webkit-animation-name: fadeLeft;animation-name: fadeLeft;}
@-webkit-keyframes fadeRight {
  from {opacity: 0;-webkit-transform: translate3d(40px, 0, 0);transform: translate3d(40px, 0, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes fadeRight {
  from {opacity: 0;-webkit-transform: translate3d(40px, 0, 0);transform: translate3d(40px, 0, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
.fadeRight {-webkit-animation-name: fadeRight;animation-name: fadeRight;}

/* header */
.header{width: 100%;z-index: 999;position: fixed;top:0;left: 0;width: 100%;transition: 0.25s;}
.header .inner{transition: 0.36s;background: #fff;position: relative;}
.header .inner .flex{display: -webkit-flex;display: -ms-flexbox;display: flex;height: 80px;line-height: 80px;transition: 0.5s;align-items: center;border-bottom: 1px solid #eee;}
.header .inner .logo{display: inline-block;/*padding: 20px;*/transform: translateY(10px);margin-right: 50px;background: #fff;/*box-shadow: 0px 4px 5px rgb(50 50 50 / 30%);*/z-index: 100;position: relative; margin-bottom: 20px;}
.header .inner nav {margin-right: auto;position: relative;}
.header .inner nav ul{font-size: 0;}
.header .inner nav ul li{display: inline-block;vertical-align: middle;position: relative;margin: 0 5px;}
.header .inner nav ul li>a{display: block;position: relative;font-size: 16px;text-align: center;padding: 0 24px;transition: 0.2s;}
.header .inner nav ul li>a:hover,.header .inner nav ul li.active>a{color:#fff !important;background: #e2000f;}
.header .inner .contact {font-size: 22px;font-weight: bold;color: #e01611;overflow: hidden;line-height: 31px;}
.header .inner .contact i{display: block;margin-right: 15px;width: 31px;height: 31px;background: url(../images/icon.png)no-repeat;background-position: -35px 0px;float: left;}
.header .inner .language{font-size: 0;position: relative;line-height: 1;margin-left: 70px;}
.header .inner .language a{font-size: 22px;font-weight: bold;color: #8c8c8c;font-family: "Arial";text-transform: uppercase;}
.header .inner .language a:hover{color:#b2000f}
.header .nav_bottom{position: absolute;width: 100%;background: #fff;top: 100%;left: 0;box-shadow: 0px 2px 5px rgb(0 0 0 / 20%);display: none;overflow: hidden;}
.header .nav_bottom .op0{opacity: 0;visibility: hidden;}
.header .nav_bottom .logo{padding: 20px;margin-right: 50px;flex-shrink: 0;}
.header .nav_bottom .wrap{display: flex;padding: 0 0 4vh;}
.header .nav_bottom ul{display: flex;}
.header .nav_bottom ul li{margin: 0 5px;white-space: nowrap;}
.header .nav_bottom ul li.op0{font-size: 16px;padding: 0 24px;}
.header .nav_bottom ul li dl{padding: 0 5px;}
.header .nav_bottom ul li dl span{display: block;width: 7px;border-bottom: 2px solid #e01611;margin-top: 18px;margin-bottom: 10px;}
.header .nav_bottom ul li dl dd{cursor: pointer;}
.header .nav_bottom ul li dl dd a{font-size: 14px;color: #666;font-family: "syht";line-height: 35px;height: 35px;}
.header .nav_bottom ul li.onn dl,.header .nav_bottom ul li:hover dl {transform: translateY(8px);}
.header .nav_bottom ul li.onn dl dd a,.header .nav_bottom ul li:hover dl dd a{color:#e2000f}
.header .nav_bottom .head-products{margin-left: auto;width: 30%;margin-top: 10vh;}


/* banner */
.col-banner {transition: 0.5s all ease;position: relative;padding: 0 !important;margin-top: 80px;}
.col-banner .swiper-slide{background-position:top center !important;background-size: cover !important;position: relative;}
#col-index-banner .swiper-pagination{bottom: 5vh;}
#col-index-banner .swiper-pagination span{width: 14px;height: 14px;background: #fff;opacity: 1;transition: 0.25s;margin: 0 10px;}
#col-index-banner .swiper-pagination span.swiper-pagination-bullet-active{background: #b2000f;}
#col-index-banner .swiper-button{position: absolute;top: 50%;width: 60px;height: 62px;margin-top: -31px;font-family: "simsun",Arial;color: #eee;font-size: 72px;line-height: 62px;text-align: center;outline: none;opacity: 1;pointer-events: auto;}
#col-index-banner .swiper-button::after{display: none;}

.col-index-news{padding: 10vh 0;}
.col-index-news .news-title{display: flex;align-items: center;justify-content: space-between;margin-bottom: 5.2vh;}
.col-index-news .news-title .title{font-size: 1.875rem;color:#404040;overflow: hidden;line-height: 1;}
.col-index-news .news-title .title i{display: block;margin-right: 4px;float: left;}
.col-index-news .news-title a.more {display: flex;align-items: center;font-size: 16px;color:#777}
.col-index-news .news-title a.more i{display: block;margin-left: 10px;width: 31px;height: 31px;background: url(../images/icon.png)no-repeat;background-position: 0px 0px;}
.col-index-news .lists .list{display: flex;flex-wrap: wrap;}
.col-index-news .lists .list li{width: 32%;margin-right: 2%;margin-bottom: 20px;}
.col-index-news .lists .list li:nth-child(3n){margin-right: 0;}
.col-index-news .lists .list li .img{overflow: hidden;background: #eee;}
.col-index-news .lists .list li .img img{width: 100%;}
.col-index-news .lists .list li .date{font-size: 14px;color: #888;margin-top: 25px;margin-bottom: 13px;line-height: 1;}
.col-index-news .lists .list li h3{font-size: 16px;color: #404040;padding-left: 15px;line-height: 1;margin-bottom: 30px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;position: relative;}
.col-index-news .lists .list li h3::before{content:'';width: 3px;height: 18px;background: #b2000f;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.col-index-news .lists .list li .line{background: url(../images/icpdj.png)no-repeat top left;width: 100%;height: 6px;margin-bottom: 20px;}
.col-index-news .lists .list li .s-content{font-size: 14px;line-height: 30px;color: #888;height: 60px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.col-index-news .lists .list li:hover .img img{transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);}
.col-index-news .lists .list li:hover .line{background-position: 0px -9px;}

.col-index-product {position: relative;z-index: 1;padding: 10vh 0;}
.col-index-product::after{content:'';width: 100%;height: 72vh;background: #e2000f;position: absolute;left: 0;top: 0;z-index: -1;}
.col-index-product .title{color:#fff;text-align: center;font-size: 1.875rem;margin-bottom: 6vh;}
.col-index-product .title i{margin-right: 7px;display: inline-block;vertical-align: middle;}
.col-index-product .title span{display: inline-block;vertical-align: middle;}
.col-index-product .content{font-size: 14px;line-height: 2.1;margin-bottom: 7vh;color:#fff;}
.col-index-product a.more{width: 120px;height: 42px;border: 1px solid #fff;line-height: 42px;text-align: center;font-size: 14px;color: #fff;display: block;border-radius: 21px;transition: 0.25s;}
.col-index-product a.more:hover{background: rgba(255,255,255,0.5);}
.col-index-product .slide{position: relative;margin: 5vh 0 0;}
.col-index-product .slide .swiper-button{width: auto;height: auto;margin-top: 0;position: absolute;top: 50%;transform: translateY(-50%);outline: none;opacity: 1;pointer-events: auto;color:#fff;font-size: 40px;}
.col-index-product .slide .swiper-button::after{display: none;}
.col-index-product .slide .swiper-button-prev{left: -10%;}
.col-index-product .slide .swiper-button-next{right: -10%;}
.col-index-product .slide .swiper-container{padding: 10px;}
.col-index-product .slide .swiper-container .swiper-slide{box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);}
.col-index-product .slide .swiper-container .swiper-slide .img{background: #eee;border-bottom: 1px solid #b9b9b9;position: relative;}
.col-index-product .slide .swiper-container .swiper-slide .img img{width: 100%;}
.col-index-product .slide .swiper-container .swiper-slide .img span{display: block;width: 0px;height: 1px;background: #e2000f;position: absolute;bottom: -1px;}
.col-index-product .slide .swiper-container .swiper-slide .s-content{padding: 24px;background: #fff;}
.col-index-product .slide .swiper-container .swiper-slide .s-content p{font-size: 16px;color: #404040;overflow: hidden;}
.col-index-product .slide .swiper-container .swiper-slide .s-content p i{width: 30px;height: 6px;display: block;margin-top: 11px;margin-bottom: 4px;float: right;background: url(../images/icon.png)no-repeat;background-position: -333px 0px;}
.col-index-product .slide .swiper-container .swiper-slide:hover .img span{width: 100%;}
.col-index-product .slide .swiper-container .swiper-slide:hover .s-content p i{background-position: -301px 0px;}

/* page */
.page {text-align: center;}
.page ul li a{border:1px solid #e5e5e5 !important;background: #fff;color:#130179;margin:0 3.5px;width: 30px;height:30px;padding: 0;line-height: 28px;font-size: 14px;border-radius: 0 !important;}
.page ul li.disabled a{border:none;background: #fff;}
.page ul li.active a{border:none;background: #130179;color:#fff;}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {border:none;background: #fff;color:#130179}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {border:none;background: #130179;color:#fff;}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {background: #fff;color:#130179;}
/* 内页 */
.overflow{overflow: hidden;}
.overflow img,.smallImg img{width: 100%;transition: 1.5s cubic-bezier(.165,.84,.44,1);}
.overflow:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}
.smallImg:hover img{-webkit-transform:scale(0.92);transform:scale(0.95);}

.col-page-product {padding: 8vh 0 10vh;}
.col-page-product .product-search{max-width: 472px;height: 40px;margin-bottom: 8vh;}
.col-page-product .product-search input{border: none;background: transparent;height: 100%;vertical-align: middle;outline: none;}
.col-page-product .product-search .inpt3{background: #fff;border:1px solid #ccc;padding-left: 10px;width: calc(100% - 90px);}
.col-page-product .product-search .inpt4{width: 90px;height: 100%;color:#fff;background: #d70c19;letter-spacing: 5px;}
.col-page-product .item{margin-bottom: 10vh;}
.col-page-product .item .title{display: flex;align-items: flex-end;justify-content: space-between;margin-bottom: 3vh;}
.col-page-product .item .title h2{font-size: 2.5rem;color:#e2000f;line-height: 1;font-weight: bold;}
.col-page-product .item .title a.more{font-size: 14px;font-family: 'Microsoft YaHei', "syht";display: block;font-weight: normal;color: #404040;line-height: 22px;white-space: nowrap;}
.col-page-product .item .title a.more i{color: rgba(255,255,255,0);background-image: url(../images/jiahao.png);background-size: 100% 100%;display: inline-block;width: 22px;height: 22px;vertical-align: middle;}
.col-page-product .item .lists{padding-top: 3vh;border-top: 5px solid #e2000f;}
.col-page-product .item .lists ul{padding: 0 5px;display: flex;flex-wrap: wrap;}
.col-page-product .item .lists ul li{width: 23.5%;margin-right: 2%;box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);position: relative;margin-bottom: 20px;}
.col-page-product .item .lists ul li:nth-child(4n){margin-right: 0;}
.col-page-product .item .lists ul li .img{background: #fff;border-bottom: 1px solid #b9b9b9;position: relative;}
.col-page-product .item .lists ul li .img img{width: 100%;}
.col-page-product .item .lists ul li .img span{display: block;width: 0px;height: 1px;background: #e2000f;position: absolute;bottom: -1px;}
.col-page-product .item .lists ul li .s-content{padding: 16px 10px;background: #fff;}
.col-page-product .item .lists ul li .s-content p{font-size: 16px;color: #404040;overflow: hidden;}
.col-page-product .item .lists ul li .s-content p i{width: 30px;height: 6px;display: block;margin-top: 11px;margin-bottom: 4px;float: right;background: url(../images/icon.png)no-repeat;background-position: -333px 0px;}
.col-page-product .item .lists ul li:hover .img span{width: 100%;}
.col-page-product .item .lists ul li:hover .s-content p i{background-position: -301px 0px;}
.col-page-product .inner .title{display: flex;align-items: center;justify-content: space-between;margin-bottom: 6vh;}
.col-page-product .inner .title h2{font-size: 2.5rem;color:#e2000f;line-height: 1;font-weight: bold;}
.col-page-product .inner .title .product-search{max-width: 100%;margin-bottom: 0;}
.col-page-product .inner .lists{border-top: 5px solid #e2000f;padding-top: 10px;}
.col-page-product .inner .lists .mbx{font-size: 14px;text-align: right;line-height: 2;margin-bottom: 10px;}
.col-page-product .inner .lists ul.list{display: flex;flex-wrap: wrap;}
.col-page-product .inner .lists ul.list li{width: 23.5%;margin-right: 2%;box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);position: relative;margin-bottom: 5vh;}
.col-page-product .inner .lists ul.list li:nth-child(4n){margin-right: 0;}
.col-page-product .inner .lists ul.list li .img{background: #fff;border-bottom: 1px solid #b9b9b9;position: relative;}
.col-page-product .inner .lists ul.list li .img img{width: 100%;}
.col-page-product .inner .lists ul.list li .img span{display: block;width: 0px;height: 1px;background: #e2000f;position: absolute;bottom: -1px;}
.col-page-product .inner .lists ul.list li .s-content{padding: 16px 10px;background: #fff;}
.col-page-product .inner .lists ul.list li .s-content p{font-size: 16px;color: #404040;overflow: hidden;}
.col-page-product .inner .lists ul.list li .s-content p i{width: 30px;height: 6px;display: block;margin-top: 11px;margin-bottom: 4px;float: right;background: url(../images/icon.png)no-repeat;background-position: -333px 0px;}
.col-page-product .inner .lists ul.list li:hover .img span{width: 100%;}
.col-page-product .inner .lists ul.list li:hover .s-content p i{background-position: -301px 0px;}

.col-product-detail{padding:30px 0 105px;background: #f7f6f6;}
.col-product-detail .mbx{text-align: right;font-size: 14px;margin:10px 0;}
.col-product-detail .pro_show{padding: 15px 30px;background: #fff;display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}
.col-product-detail .pro_show .caseleft{width: 47%;border: 1px solid #dcdcdc;overflow: hidden;position: relative;}
.col-product-detail .pro_show .caseleft .col-large{position: relative;padding: 20px 60px;}
.col-product-detail .pro_show .caseleft .col-large .swiper-container{max-width: 300px;margin: 0 auto;}
.col-product-detail .pro_show .caseleft .col-large .swiper-button{width: auto;height: auto;margin-top: 0;position: absolute;top: 50%;transform: translateY(-50%);outline: none;opacity: 1;pointer-events: auto;color:#dcdcdc;font-size: 40px;font-family: "宋体";}
.col-product-detail .pro_show .caseleft .col-large .swiper-button::after{display: none;}
.col-product-detail .pro_show .caseleft .col-large .swiper-button-prev{left: 20px;}
.col-product-detail .pro_show .caseleft .col-large .swiper-button-next{right: 20px;}
.col-product-detail .pro_show .caseleft .col-thumb{padding: 0 60px 15px;}
.col-product-detail .pro_show .caseleft .col-thumb .swiper-slide{height: auto;}
.col-product-detail .pro_show .caseleft .col-thumb .swiper-slide a{display: block;border: 1px solid #dcdcdc;height: 100%;}
.col-product-detail .pro_show .caseleft .col-thumb .swiper-slide-thumb-active a{border: 1px  solid #da251d;}
.col-product-detail .pro_show .caseright{width: 50%;}
.col-product-detail .pro_show .caseright h1{color: #da251d;font-size: 20px;margin-bottom: 9px;line-height: 1em;font-weight: bold;}
.col-product-detail .pro_show .caseright .content{font-size: 12px;line-height: 24px;color: #666;text-indent: 2em;font-family: 'Microsoft YaHei', "syht";margin-bottom: 5vh;}
.col-product-detail .pro_show .caseright .file a{padding-left: 27px;background: url(../images/pproxz.png)no-repeat;margin-right: 30px;font-weight: bold;display: inline-block;margin-bottom: 5px;}
.col-product-detail .prop_bottom{margin-top: 25px;}
.col-product-detail .prop_bottom .wrap{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;}
.col-product-detail .prop_bottom .prop_bleft{width: 160px;background: #fff;}
.col-product-detail .prop_bottom .prop_bleft p{width: 100%;height: 38px;background: #595656;line-height: 38px;text-align: center;color: #fff;margin-bottom: 4px;}
.col-product-detail .prop_bottom .prop_bleft ul li{margin-bottom: 4px;position: relative;z-index: 1;}
.col-product-detail .prop_bottom .prop_bleft ul li::after{content:'';width: 180px;height: 100%;background: url(../images/pprop.png) no-repeat 100%/100%;position: absolute;left: 0;top: 0;z-index: -1;margin-left: -4px;display: none;}
.col-product-detail .prop_bottom .prop_bleft ul li a{width: 100%;display: block;color:#da251d;padding: 15px 14px;display: flex;align-items: center;position: relative;}
.col-product-detail .prop_bottom .prop_bleft ul li a i{width: 30px;height: 30px;background: url(../images/icon.png)no-repeat;margin-right: 10px;flex-shrink: 0;}
.col-product-detail .prop_bottom .prop_bleft ul li a i.icon1{background-position: -140px 0;}
.col-product-detail .prop_bottom .prop_bleft ul li a i.icon2{background-position: -170px 0;}
.col-product-detail .prop_bottom .prop_bleft ul li a i.icon3{background-position: -200px 0;}
.col-product-detail .prop_bottom .prop_bleft ul li a i.icon4{background-position: -230px 0;}
.col-product-detail .prop_bottom .prop_bleft ul li a i.icon5{background-position: -260px 0;}
.col-product-detail .prop_bottom .prop_bleft ul li:hover a i.icon1,.col-product-detail .prop_bottom .prop_bleft ul li.active a i.icon1{background-position: -140px -31px;}
.col-product-detail .prop_bottom .prop_bleft ul li:hover a i.icon2,.col-product-detail .prop_bottom .prop_bleft ul li.active a i.icon2{background-position: -170px -31px;}
.col-product-detail .prop_bottom .prop_bleft ul li:hover a i.icon3,.col-product-detail .prop_bottom .prop_bleft ul li.active a i.icon3{background-position: -200px -31px;}
.col-product-detail .prop_bottom .prop_bleft ul li:hover a i.icon4,.col-product-detail .prop_bottom .prop_bleft ul li.active a i.icon4{background-position: -230px -31px;}
.col-product-detail .prop_bottom .prop_bleft ul li:hover a i.icon5,.col-product-detail .prop_bottom .prop_bleft ul li.active a i.icon5{background-position: -260px -31px;}
.col-product-detail .prop_bottom .prop_bleft ul li a span{font-size: 16px;letter-spacing: 2px;}
.col-product-detail .prop_bottom .prop_bleft ul li:hover::after,.col-product-detail .prop_bottom .prop_bleft ul li.active::after{display: block;}
.col-product-detail .prop_bottom .prop_bleft ul li a:hover,.col-product-detail .prop_bottom .prop_bleft ul li.active a{color:#fff;}
.col-product-detail .prop_bottom .prop_bright{width: calc(100% - 200px);}
.col-product-detail .prop_bottom .prop_bright .item{background: #fff;margin-bottom: 15px;min-height: 200px;}
.col-product-detail .prop_bottom .prop_bright .item .title{font-size: 0;color: #fff;height: 41px;margin-left: -3px;background: url(../images/iban.png)no-repeat;margin-bottom: 5px;}
.col-product-detail .prop_bottom .prop_bright .item .title span{margin-left: 3px;background: #da251d;height: 38px;padding: 9px 14px;overflow: hidden;display: inline-block;font-size: 14px;}
.col-product-detail .prop_bottom .prop_bright .item .content{padding: 20px 15px 50px 15px;overflow: hidden;}
.col-product-detail .prop_bottom .prop_bright .item .content table{width: 100%;max-width: 1000px;}
.col-product-detail .prop_bottom .prop_bright .item .content table li{list-style: disc;}
.col-product-detail .prop_bottom .prop_bright .item .content table td,.col-product-detail .prop_bottom .prop_bright .item .content p,.col-product-detail .prop_bottom .prop_bright .item .content table th{font-size: 16px;line-height: 1.875;color: #5f5d5d;}
.col-product-detail .prop_bottom .prop_bright .item#detail2 .content table td,.col-product-detail .prop_bottom .prop_bright .item#detail3 .content table td{background: #efefef;line-height: 31px !important;border: 2px solid #fff !important;}
.col-product-detail .prop_bottom .prop_bright .item#detail4 .content table,.col-product-detail .prop_bottom .prop_bright .item#detail5 .content table{border: 0!important;border-collapse: collapse!important;border-bottom: 1px solid #CCCCCC!important;border-right: 1px solid #CCCCCC!important;margin-bottom: 14px!important;}
.col-product-detail .prop_bottom .prop_bright .item#detail4 .content table td,.col-product-detail .prop_bottom .prop_bright .item#detail4 .content table th,.col-product-detail .prop_bottom .prop_bright .item#detail5 .content table td,.col-product-detail .prop_bottom .prop_bright .item#detail5 .content table th{border: 0!important;border-left: 1px solid #CCCCCC!important;border-top: 1px solid #CCCCCC!important;color: #333333;padding: 0.5em!important;margin: 0!important;font: inherit;}
.col-product-detail .prop_bottom .prop_bright .item#detail4 .content table th,.col-product-detail .prop_bottom .prop_bright .item#detail5 .content table th{background-color: #E8F6FF!important;}
.col-product-detail .prop_bottom .prop_bright .item#detail5 .content table tr:nth-child(odd){background: #eee;}

.col-page-case{padding: 50px 0 60px;}
.col-page-case h2{text-align: center;font-size: 2.25rem;font-weight: bold;color: #b6000f;margin-bottom: 50px;}
.col-page-case .mbx{text-align: right;margin:14px 0;font-size: 14px;}
.col-page-case ul.list{display: flex;flex-wrap: wrap;}
.col-page-case ul.list li{border: 1px solid #eee;width: 32%;margin-right: 2%;margin-bottom: 24px;}
.col-page-case ul.list li:nth-child(3n){margin-right: 0;}
.col-page-case ul.list li a{padding: 30px;display: block;}
.col-page-case ul.list li .img{overflow: hidden;}
.col-page-case ul.list li .yin{width: 100%;height: 22px;background: url(../images/jjbg.png) no-repeat center/100% 100%;width: calc(100% + 60px);margin-left: -30px;}
.col-page-case ul.list li .content h3{font-size: 18px;color: #e2000f;margin-bottom: 15px;}
.col-page-case ul.list li .content span{display: block;width: 19px;height: 1px;background: #e2000f;margin-bottom: 15px;}
.col-page-case ul.list li .content .desc{font-size: 12px;line-height: 18px;color: #565656;height: 36px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.col-page-case ul.list li:not(.more):hover{background: #e2000f;}
.col-page-case ul.list li:not(.more):hover .content h3,.col-page-case ul.list li:not(.more):hover .content .desc{color:#fff;}
.col-page-case ul.list li:not(.more):hover .img img{transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);}
.col-page-case ul.list li.more{padding: 30px;}
.col-page-case ul.list li.more a{width: 100%;height: 100%;background: #f2f2f2;display: flex;align-items: center;justify-content: center;font-size: 8.125rem;color: #e2000f;font-family: "宋体";letter-spacing: -18px;font-style: normal;}
.col-page-case ul.list li.more a:hover{background: #e2000f;}
.col-page-case ul.list li.more a:hover i{color: #fff;transform: rotate(90deg);-ms-transform: rotate(90deg);-moz-transform: rotate(90deg);-webkit-transform: rotate(90deg);-o-transform: rotate(90deg);}

.col-case-detail{padding: 20px 0 10vh;}
.col-case-detail .mbx{text-align: right;font-size: 14px;margin-bottom: 5vh;}
.col-case-detail h2{text-align: center;font-size: 25px;margin-bottom: 15px;}
.col-case-detail .info{padding-bottom: 10px;font-size: 14px;border-bottom: 1px solid #ccc;overflow: hidden;text-align: center;}
.col-case-detail .content{padding: 20px 10px;border-bottom: 1px solid #ccc;min-height: 300px;}
.col-case-detail .col_page {display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 10px;}
.col-case-detail .col_page li{font-size: 14px;color:#666;}

.col-page-service h2{font-size: 2.25rem;font-weight: bold;color:#b6000f;margin-bottom: 23px;line-height: 1em;}
.col-page-service .col-1{padding: 8vh 0 0;}
.col-page-service .col-1 .content{font-size: 14px;color: #444;line-height: 24px;margin-bottom: 40px;}
.col-page-service .col-1 ul{display: flex;flex-wrap: wrap;}
.col-page-service .col-1 ul li{width: 21.25%;margin-right: 5%;margin-bottom: 20px;position: relative;}
.col-page-service .col-1 ul li:nth-child(4n){margin-right: 0;}
.col-page-service .col-1 ul li:not(:last-child)::after{content:'';width: 1px;height: 95px;background: #b02620;position: absolute;right: -12%;top: 50%;transform: translateY(-50%);}
.col-page-service .col-1 ul li .num{font-size: 40px;font-weight: bolder;color: #bb342e;line-height: 1em;margin-bottom: 20px;}
.col-page-service .col-1 ul li .title{font-size: 24px;font-weight: bolder;color: #333;line-height: 1em;margin-bottom: 15px;}
.col-page-service .col-1 ul li .s-content{font-size: 14px;line-height: 24px;color: #666;}
.col-page-service .col-2 {padding: 8vh 0;}
.col-page-service .col-2 .flex{justify-content: space-between;flex-wrap: wrap;}
.col-page-service .col-2 .flex .content ul li{padding-left: 45px;background: url(../images/zuoj.jpg)no-repeat left center;font-size: 18px;line-height: 42px;color: #464646;}
.col-page-service .col-2 .flex .content ul li em{font-weight: bold;font-style: normal;}
.col-page-service .col-2 .flex .lists .img img{width: 100%;}
.col-page-service .col-2 .flex .lists .title{text-align: center;margin-top: 15px;font-size: 18px;color: #464646;}
.col-page-service .col-2 .flex .lists .title a{font-style: italic;text-decoration: underline;color: #464646;font-size: 14px;}
.col-page-service .col-3 {padding: 0 0 10vh;}
.col-page-service .col-3 h2{margin-bottom: 9vh;}
.col-page-service .col-3 .slide{position: relative;}
.col-page-service .col-3 .slide .swiper-button{width: auto;height: auto;margin-top: 0;position: absolute;top: 50%;transform: translateY(-50%);outline: none;opacity: 1;pointer-events: auto;color:#b6000f;font-size: 45px;}
.col-page-service .col-3 .slide .swiper-button::after{display: none;}
.col-page-service .col-3 .slide .swiper-button-prev{left: -6%;}
.col-page-service .col-3 .slide .swiper-button-next{right: -6%;}
.col-page-service .col-3 .slide .swiper-slide{height: auto;background: #e6e6e6;padding: 5vh 38px;text-align: center;}
.col-page-service .col-3 .slide .swiper-slide .icon{width: 110px;height: 110px;margin: 0 auto 30px;background: url(../images/fwgk.png)no-repeat center center;}
.col-page-service .col-3 .slide .swiper-slide .icon3{background-position: 0px 0px; }
.col-page-service .col-3 .slide .swiper-slide .icon2{background-position: -110px 0px; }
.col-page-service .col-3 .slide .swiper-slide .icon1{background-position: -220px 0px; }
.col-page-service .col-3 .slide .swiper-slide:hover .icon3{background-position: 0px -110px; }
.col-page-service .col-3 .slide .swiper-slide:hover .icon2{background-position: -110px -110px; }
.col-page-service .col-3 .slide .swiper-slide:hover .icon1{background-position: -220px -110px; }
.col-page-service .col-3 .slide .swiper-slide .title{font-size: 24px;margin: 0 auto;text-align: center;color: #333;}
.col-page-service .col-3 .slide .swiper-slide .s-content{font-size: 14px;color: #666;margin-top: 5px}
.col-page-service .col-3 .slide .swiper-slide:hover{background: #b6000f;}
.col-page-service .col-3 .slide .swiper-slide:hover .title,.col-page-service .col-3 .slide .swiper-slide:hover .s-content{color:#fff;}

.col-page-technical h2{font-size: 2.375rem;margin-bottom: 10px;color:#000}
.col-page-technical .col-1{padding: 10vh 0 6vh;}
.col-page-technical .col-1 h2{text-align: center;margin-bottom: 6vh;}
.col-page-technical .col-1 .content{text-align: center;max-width: 700px;margin: 0 auto;color: #666;line-height: 23px;font-size: 14px;}
.col-page-technical .col-2 .wrap{padding: 5.2vh 4.5vw 12vh;border-top: 6px solid #e2000f;}
.col-page-technical .col-2 .wrap .flex{align-items: center;justify-content: space-between;flex-wrap: wrap;padding-bottom: 20px;border-bottom: 2px solid #ececec;margin-bottom: 5vh;}
.col-page-technical .col-2 .wrap .flex .content{width: calc(93% - 165px);font-size: 14px;line-height: 23px;color: #333;}
.col-page-technical .col-2 .wrap .flex .content span.icon{width: 28px;height: 29px;background: url(../images/icon.png)no-repeat;background-position: -334px -8px;margin-right: 10px;margin-top: -5px;;display: inline-block;vertical-align: middle;}
.col-page-technical .col-2 .wrap .flex .img{width: 105px;margin-right: 60px;}
.col-page-technical .col-2 .wrap ul{display: flex;flex-wrap: wrap;}
.col-page-technical .col-2 .wrap ul li{width: 23.5%;margin-right: 2%;margin-bottom: 20px;padding: 15px 15px 25px;}
.col-page-technical .col-2 .wrap ul li:nth-child(4n){margin-right: 0;}
.col-page-technical .col-2 .wrap ul li .icon{width: 120px;height: 100px;margin: 0 auto 10px;background: url(../images/prx.png)no-repeat;}
.col-page-technical .col-2 .wrap ul li .icon1{background-position: 0px 0px;}
.col-page-technical .col-2 .wrap ul li .icon2{background-position: -120px 0px;}
.col-page-technical .col-2 .wrap ul li .icon3{background-position: -240px 0px;}
.col-page-technical .col-2 .wrap ul li .icon4{background-position: -360px 0px;}
.col-page-technical .col-2 .wrap ul li:hover .icon1{background-position: 0px -100px;}
.col-page-technical .col-2 .wrap ul li:hover .icon2{background-position: -120px -100px;}
.col-page-technical .col-2 .wrap ul li:hover .icon3{background-position:-240px -100px;}
.col-page-technical .col-2 .wrap ul li:hover .icon4{background-position: -360px -100px;}
.col-page-technical .col-2 .wrap ul li .title{font-size: 18px;font-weight: bold;text-align: center;color: #333;line-height: 1em;margin-top: 20px;margin-bottom: 10px;}
.col-page-technical .col-2 .wrap ul li .s-content{font-size: 14px;}
.col-page-technical .col-2 .wrap ul li:hover{background: #e2000f;}
.col-page-technical .col-2 .wrap ul li:hover .title,.col-page-technical .col-2 .wrap ul li:hover .s-content{color:#fff;}

.col-page-download {padding: 5.2vh 0 10vh;}
.col-page-download .flex{flex-wrap: wrap;justify-content: space-between;align-items: flex-start;}
.col-page-download .flex .sider{width: 120px;background: #fff;box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);}
.col-page-download .flex .sider li{text-align: center;font-size: 18px;border-bottom: 1px dashed #ccc;}
.col-page-download .flex .sider li:nth-child(1){padding: 7px 0;background: #595656;color:#fff;border: 0;}
.col-page-download .flex .sider li a{display: block;text-align: center;font-size: 14px;color: #666;padding:9px 0;transition: 0.25s;}
.col-page-download .flex .sider li.active a,.col-page-download .flex .sider li:hover a{background: #DA251D;color:#fff;}
.col-page-download .flex .lists{width: calc(100% - 140px);}
.col-page-download .flex .lists h2{border-bottom: 1px solid #333;padding-bottom: 20px;position: relative;display: flex;align-items: center;justify-content: space-between;}
.col-page-download .flex .lists h2 span{font-size: 1.75rem;font-weight: bold;color: #b6000f;line-height: 1em;flex-shrink: 0;margin-right: 10px;}
.col-page-download .flex .lists h2 .download-search{width: 332px;}
.col-page-download .flex .lists h2 .download-search input{border: 1px solid #ccc;height: 36px;background: #fff;font-size: 14px;outline: none;vertical-align: middle;}
.col-page-download .flex .lists h2 .download-search .inpt3{width: calc(100% - 38px);}
.col-page-download .flex .lists h2 .download-search .inpt4{width: 38px;font-size: 20px;border-left: none;}
.col-page-download .flex .lists ul.list li{padding: 4vh 10px;border-bottom: 1px solid #d9d9d9;overflow: hidden;display: flex;align-items: center;}
.col-page-download .flex .lists ul.list li:hover{background: #F0F1F5;}
.col-page-download .flex .lists ul.list li a{font-size: 16px;color:#333;}
.col-page-download .flex .lists ul.list li .column{font-size: 18px;color: #808080;margin-right: 20px;min-width: 80px;}
.col-page-download .flex .lists ul.list li .name{margin-right: auto;display: flex;align-items: center;}
.col-page-download .flex .lists ul.list li .name i{font-style: normal;font-size: 12px;color: #fff;background-color: #da251d;line-height: 1em;margin-right: 15px;padding: 1px 3px;display: inline-block;}
.col-page-download .flex .lists ul.list li .date{font-size: 16px;color: #808080;margin-right: 3vw;}
.col-page-download .flex .lists ul.list li .dw{color: #b6000f;font-size: 16px;padding-right: 25px;background: url(../images/xiazia.png) no-repeat right 2px;white-space: nowrap;}

.col-page-recruit h2{color:#b6000f;font-size: 2.5rem;margin-bottom: 3vh;font-weight: bold;}
.col-page-recruit .wrap{padding: 8vh 0;text-align: center;}
.col-page-recruit .wrap .content{max-width: 720px;margin: 0 auto;font-size: 14px;line-height: 23px;color: #333;}
.col-page-recruit .col-1{background: #f6f6f6;}
.col-page-recruit .col-1 .flex{padding: 6vh 0 10vh;justify-content: space-between;align-items: center;flex-wrap: wrap;border-bottom: 11px solid #e2000f;}
.col-page-recruit .col-1 .flex .content{width: 27%;}
.col-page-recruit .col-1 .flex .content ul li{margin-bottom: 30px;padding-left: 65px;position: relative;line-height: 14px;line-height: 23px;}
.col-page-recruit .col-1 .flex .content ul li:last-child{margin-bottom: 0;}
.col-page-recruit .col-1 .flex .content ul li p:nth-child(1){position: absolute;left: 0;top: 0;}
.col-page-recruit .col-1 .flex .content ul li h3{font-size: 1.875rem;color:#333;margin-bottom: 10px;line-height: 1;}
.col-page-recruit .col-1 .flex .img{width: 55%;}
.col-page-recruit .col-2{padding: 6vh 0;}
.col-page-recruit .col-2 h2{text-align: center;margin-bottom: 6vh;}
.col-page-recruit .col-2 ul li{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;margin-bottom: 6vh;}
.col-page-recruit .col-2 ul li:last-child{margin-bottom: 0;}
.col-page-recruit .col-2 ul li:nth-child(2n){flex-direction: row-reverse;}
.col-page-recruit .col-2 ul li .content{width: 26.5%;}
.col-page-recruit .col-2 ul li .content .title{font-size: 1.875rem;margin-bottom: 10px;color:#000;}
.col-page-recruit .col-2 ul li .content .s-content{font-size: 14px;line-height: 24px;color: #545454;}
.col-page-recruit .col-2 ul li .img{width: 61.5%;}
.col-page-recruit .col-2 ul li .img img{width: 100%;}

.col-page-development .col-1 .wrap{padding: 5vh 0 0;display: flex;justify-content: space-between;align-items: flex-end;flex-wrap: wrap;flex-direction: row-reverse;}
.col-page-development .col-1 .wrap .img{width: 35%;}
.col-page-development .col-1 .wrap .img img{width: 100%;}
.col-page-development .col-1 .wrap .content{width: 65%;}
.col-page-development .col-1 .wrap .content .inner{max-width: 700px;padding:3vh 10px 3vh 60px;}
.col-page-development .col-1 .wrap .content .inner .s-content p{font-size: 16px;color: #000;line-height: 30px;margin-bottom: 20px;}
.col-page-development .col-1 .wrap .content .inner .s-content h3{font-size: 24px;line-height: 1em;margin-bottom: 30px;color:#000}
.col-page-development .col-2 {background: #f7f7f7;padding: 15px 0;border-bottom: 19px solid #b6000f;}
.col-page-development .col-2 .flex{align-items: center;justify-content: space-between;flex-wrap: wrap;}
.col-page-development .col-2 .flex .content{width: 36%;padding: 5.2vh 30px 8vh;background: #fff;}
.col-page-development .col-2 .flex .content h2{font-size: 1.875rem;margin-bottom: 5vh;color:#000}
.col-page-development .col-2 .flex .content .s-content{font-size: 14px;color: #545454;line-height: 22px;}
.col-page-development .col-2 .flex .img{width: 48%;}
.col-page-development .col-3{background: #f6f6f6;}
.col-page-development .col-3 .title{padding: 6vh 0;background: #fff;}
.col-page-development .col-3 .title h2{font-size: 2.375rem;color:#000;}
.col-page-development .col-3 .content{padding: 6.6vh 0 10px;}
.col-page-development .col-3 .content ul{display: flex;flex-wrap: wrap;padding: 0 6vw;}
.col-page-development .col-3 .content ul li{width: 47%;margin-right: 6%;margin-bottom: 20px;font-size: 14px;color: #545454;line-height: 22px;}
.col-page-development .col-3 .content ul li:nth-child(2n){margin-right: 0;}
.col-page-development .col-3 .content ul li h3{font-size: 1.875rem;margin: 6vh 0 10px;color:#000;}
.col-page-development .col-4 {padding: 5vh 0;}
.col-page-development .col-4 .flex{align-items: center;justify-content: space-between;flex-wrap: wrap;}
.col-page-development .col-4 .flex .content{width: 36%;padding: 20px 0 5vh 2.5vw;}
.col-page-development .col-4 .flex .content h2{font-size: 1.875rem;margin-bottom: 10px;color:#000}
.col-page-development .col-4 .flex .content .s-content{font-size: 14px;color: #545454;line-height: 22px;}
.col-page-development .col-4 .flex .img{width: 52%;}

.col-page-charm .col-1{background: #f9f9f9;padding: 30px 0 20px;}
.col-page-charm .col-1 .mbx{text-align: right;font-size: 14px;margin-bottom: 15px;}
.col-page-charm .col-1 .swiper-container{max-width: 1050px;margin: 0 auto;overflow: visible;}
.col-page-charm .col-1 .swiper-container .swiper-slide .inner{transition: 0.35s;padding: 30px;display: flex;align-items: center;justify-content: space-between;transition: 0.35s;} 
.col-page-charm .col-1 .swiper-container .swiper-slide .content{width: 65%;padding-bottom: 40px;}
.col-page-charm .col-1 .swiper-container .swiper-slide .content .title{padding-left: 50px;position: relative;margin-bottom: 5vh;}
.col-page-charm .col-1 .swiper-container .swiper-slide .content .title::before{content:'';width: 40px;height: 4px;background: #b6000f;position: absolute;left: 0;top: 10px;}
.col-page-charm .col-1 .swiper-container .swiper-slide .content .title h3{font-size: 24px;color: #474747;}
.col-page-charm .col-1 .swiper-container .swiper-slide .content .title .position{font-size: 12px;color:#a5a5a5;}
.col-page-charm .col-1 .swiper-container .swiper-slide .content .s-content{padding-top: 25px;border-top: 2px solid #e2e2e2;font-size: 12px;color:#a5a5a5;line-height: 2;}
.col-page-charm .col-1 .swiper-container .swiper-slide .img{width: 30%;}
.col-page-charm .col-1 .swiper-container .swiper-slide .inner:hover{background: #fff;box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);}
.col-page-charm .col-1 .swiper-container .swiper-button{width: auto;height: auto;margin-top: 0;opacity: 1;outline: none;position: absolute;top: auto;color:#b6000f;font-size: 18px;bottom: 30px;}
.col-page-charm .col-1 .swiper-container .swiper-button::after{display: none;}
.col-page-charm .col-1 .swiper-container .swiper-button-prev{left: 30px;}
.col-page-charm .col-1 .swiper-container .swiper-button-next{right: auto;left: 55px;}
.col-page-charm .col-2{padding: 8vh 0;}
.col-page-charm .col-2 .slide{position: relative;padding: 0 100px;}
.col-page-charm .col-2 .swiper-button{width: auto;height: auto;margin-top: 0;opacity: 1;outline: none;position: absolute;top: 50%;transform: translateY(-50%);color:#b6000f;font-size: 50px;}
.col-page-charm .col-2 .swiper-button::after{display: none;}
.col-page-charm .col-2 .swiper-button-prev{left: 0;}
.col-page-charm .col-2 .swiper-button-next{right: 0;}

.col-page-about h2{font-size: 2.5rem;color:#b6000f;font-weight: bold;margin-bottom: 6.6vh;}
.col-page-about .col-1{padding: 12vh 0 8vh;}
.col-page-about .col-1 .flex{align-items: flex-end;justify-content: space-between;flex-wrap: wrap;}
.col-page-about .col-1 .flex .content{width: 50%;}
.col-page-about .col-1 .flex .content .s-content p{font-size: 14px;color: #999;line-height: 24px;margin-bottom: 20px;}
.col-page-about .col-1 .flex .content .s-content h3{font-size: 26px;color: #555555;line-height: 1em;margin-bottom: 15px;}
.col-page-about .col-1 .flex .content .s-content h4{font-size: 24px;color: #999;line-height: 1em;margin-bottom: 45px;text-transform: uppercase;}
.col-page-about .col-1 .flex .img{width: 43%;}
.col-page-about .col-2 {padding: 6vh 0;}
.col-page-about .col-2 h2{color:#fff;}
.col-page-about .col-2 .slide{color: #fff;padding: 0 5.2vw;position: relative;}
.col-page-about .col-2 .slide::after{content:'';width: 100%;height: 1px;background: #fff;position: absolute;left: 0;bottom: 20px;}
.col-page-about .col-2 .slide .swiper-button{width: auto;height: auto;margin-top: 0;opacity: 1;outline: none;position: absolute;top: auto;color:#fff;font-size: 18px;bottom: 12px;}
.col-page-about .col-2 .slide .swiper-button::after{display: none;}
.col-page-about .col-2 .slide .swiper-button-prev{left: -1px;}
.col-page-about .col-2 .slide .swiper-button-next{right: -1px;}
.col-page-about .col-2 .slide .swiper-slide {padding-bottom: 60px;}
.col-page-about .col-2 .slide .swiper-slide::after{content:'';width: 1px;height: 40px;background: #fff;position: absolute;left: 50%;bottom: 0;z-index: -1;}
.col-page-about .col-2 .slide .swiper-slide .title{text-align: center;font-size: 14px;line-height: 20px;}
.col-page-about .col-2 .slide .swiper-slide span{display: block;width: 3px;height: 0px;background: #b6000f;position: absolute;left: 50%;transform: translateX(-50%);bottom: 20px;}
.col-page-about .col-2 .slide .swiper-slide i{display: block;width: 0px;height: 1px;position: absolute;background: #b6000f;bottom: 20px;left: 50%;}
.col-page-about .col-2 .slide .swiper-slide-thumb-active .title{color:#b6000f;font-family: "Champignon";font-size: 80px;}
.col-page-about .col-2 .slide .swiper-slide-thumb-active span{height: 40px;bottom: 0;}
.col-page-about .col-2 .slide .swiper-slide-thumb-active i{left: 0;width: 100%;}
.col-page-about .col-2 .content{max-width: 780px;margin: 0 auto;position: relative;padding: 0 120px;}
.col-page-about .col-2 .content .swiper-button{width: auto;height: auto;margin-top: 0;position: absolute;outline: none;top: 50px;opacity: 1;}
.col-page-about .col-2 .content .swiper-button::after{display: none;}
.col-page-about .col-2 .content .swiper-button-prev{left: 0;}
.col-page-about .col-2 .content .swiper-button-next{right: 0;}
.col-page-about .col-2 .content .swiper-slide .title{color: #b6000f;text-align: center;font-size: 9.375rem;font-family: "Champignon";line-height: 0.6666;}
.col-page-about .col-2 .content .swiper-slide .s-content{font-size: 16px;color: #f4f4f4;line-height: 24px;margin-top: 20px;padding-bottom: 30px;position: relative;}
.col-page-about .col-2 .content .swiper-slide .s-content::after{content:"";width: 34px;height: 4px;background: #fff;position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;}
.col-page-about .col-3 {padding: 8vh 0;}
.col-page-about .col-3 .swiper-slide{height: auto;}
.col-page-about .col-3 .swiper-slide .content{color:#fff;padding: 35px 25px;transition: 0.25s;}
.col-page-about .col-3 .swiper-slide .content h3{font-size: 22px;margin-bottom: 10px;}
.col-page-about .col-3 .swiper-slide .content .s-content{font-size: 14px;line-height: 22px;opacity: 0;visibility: hidden;}
.col-page-about .col-3 .swiper-slide .content .s-content p:nth-child(1){margin-bottom: 15px;padding-bottom: 15px;position: relative;}
.col-page-about .col-3 .swiper-slide .content .s-content p:nth-child(1)::after{content:'';width: 9px;height: 1px;background: #fff;position: absolute;left: 0;bottom: 0;}
.col-page-about .col-3 .swiper-slide:hover .content{background: rgba(0,0,0,0.5);}
.col-page-about .col-3 .swiper-slide:hover .content .s-content{opacity: 1;visibility: visible;}
.col-page-about .col-3 .swiper-pagination{position: static;margin-top: 30px;}
.col-page-about .col-3 .swiper-pagination span{width: 10px;height: 10px;border: 1px solid #b6000f;background: transparent;opacity: 1;transition: 0.25s;border-radius: 0;}
.col-page-about .col-3 .swiper-pagination span.swiper-pagination-bullet-active{background: #b6000f;}

.col-page-honor .col-honor{padding: 8vh 0 5vh;}
.col-page-honor .col-honor h2{text-align: center;font-size: 2.5rem;color:#b6000f;font-weight: bold;margin-bottom: 6vh;}
.col-page-honor .col-honor ul.list{display: flex;flex-wrap: wrap;}
.col-page-honor .col-honor ul.list li{width: 32%;margin-right: 2%;margin-bottom: 20px;}
.col-page-honor .col-honor ul.list li:nth-child(3n){margin-right: 0;}
.col-page-honor .col-honor ul.list li .img{box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);padding: 25px;text-align: center;}
.col-page-honor .col-honor ul.list li .title{font-size: 16px;color:#e60012;margin-top: 20px;text-align: center;}

.col-page-news {background: #f7f6f6;padding: 50px 0;}
.col-page-news .newsTop{border: 1px solid #cfd3d4;background: #f3f3f5;position: relative;padding: 30px 80px;}
.col-page-news .newsTop .swiper-button{width: 30px;height: 30px;text-align: center;line-height: 30px;color:#fff;background: #c2c2c4;font-size: 24px;margin-top: 0;position: absolute;top: 50%;transform: translateY(-50%);opacity: 1;outline: none;}
.col-page-news .newsTop .swiper-button::after{display: none;}
.col-page-news .newsTop .swiper-button-prev{left: 20px;}
.col-page-news .newsTop .swiper-button-next{right: 20px;}
.col-page-news .newsTop .swiper-slide a{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.col-page-news .newsTop .swiper-slide a .content{width: 48%;}
.col-page-news .newsTop .swiper-slide a .content .title{font-size: 22px;color: #e2000f;line-height: 26px;}
.col-page-news .newsTop .swiper-slide a .content .date{font-size: 12px;color:#666;margin: 10px 0 15px;}
.col-page-news .newsTop .swiper-slide a .content .desc{font-size: 14px;color:#666;line-height: 24px;height: 97px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.col-page-news .newsTop .swiper-slide a .content .more{margin-top: 3vh;padding-top: 3vh;border-top: 1px solid #c20016;display: flex;align-items: center;}
.col-page-news .newsTop .swiper-slide a .content .more i.iconfont{font-size: 22px;}
.col-page-news .newsTop .swiper-slide a .content .more span{font-size: 16px;color:#f90017;margin-left: 10px;}
.col-page-news .newsTop .swiper-slide a .img{width: 48%;overflow: hidden;}
.col-page-news .newsTop .swiper-slide:hover a .img img{transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);}
.col-page-news .lists{padding: 6vh 0 20px;}
.col-page-news .lists .title{background: #869098;height: 50px;line-height: 50px;color:#fff;display: flex;margin-bottom: 30px;}
.col-page-news .lists .title i{width: 44px;background: url(../images/pxw.jpg)no-repeat center/100%;margin-right: 10px;border-right: 1px solid #fff;}
.col-page-news .lists .title span{font-size: 24px;font-weight: bold;}
.col-page-news .lists ul.list li{margin-bottom: 12px;background: #fff;}
.col-page-news .lists ul.list li a{display: flex;align-items: center;flex-wrap: wrap;padding: 13px 18px;}
.col-page-news .lists ul.list li a .img{width: 245px;margin-right: 20px;overflow: hidden;}
.col-page-news .lists ul.list li a:hover .img img{transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);}
.col-page-news .lists ul.list li a .content{width: calc(100% - 265px);padding-left: 20px;}
.col-page-news .lists ul.list li a .content .date{font-size: 14px;color:#737171;margin-bottom: 15px;display: flex;align-items: center;}
.col-page-news .lists ul.list li a .content h3{color: #e2000f;font-size: 16px;margin-bottom: 9px;}
.col-page-news .lists ul.list li a .content .desc{font-size: 14px;color:#869098;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;max-width: 80%;}

.col-news-detail{padding: 5vh 0;}
.col-news-detail h1{font-size: 2.5rem;font-weight: bold;color:#b6000f}
.col-news-detail .info{padding: 12px 0 15px;border-bottom: 1px dotted #c6c6c6;margin-bottom: 4vh;font-size: 12px;display: flex;flex-wrap: wrap;}
.col-news-detail .info span.publisher{color:#3f6ebd;margin: 0 5px;}
.col-news-detail .content{font-size: 18px;line-height: 2;}
.col-news-detail .col_page{margin-top: 9vh;}
.col-news-detail .col_page li{padding: 8px 0;font-size: 15px;color:#5a5a5a;}
.col-news-detail .col_page li:not(:last-child){border-bottom: 1px dotted #c6c6c6;}
.col-news-detail .col_page li a{color:#9d9d9d;transition: 0.2s;}
.col-news-detail .col_page li a:hover{color:#3f6ebd;}

.col-page-contact{background: #f7f6f6;padding: 8vh 0;}
.col-page-contact .tab-nav{margin-bottom: 30px;display: flex;justify-content: space-between}
.col-page-contact .tab-nav a{width: 32%;background: #fff;position: relative;text-align: center;padding: 10px 0 6px;border-bottom: 4px solid #bbb;transition: 0.25s;position: relative;display: block;}
.col-page-contact .tab-nav a::after{content:'';border-left: 6px solid transparent;border-right: 6px solid transparent;border-top:6px solid #e2000f;position: absolute;left: 50%;margin-left: -6px;top: calc(100% + 4px);opacity: 0;transition: 0.25s;}
.col-page-contact .tab-nav a.active,.col-page-contact .tab-nav a:hover{background: #e2000f;border-color: #e2000f;color:#fff;}
.col-page-contact .tab-nav a.active::after,.col-page-contact .tab-nav a:hover::after{opacity: 1;}
.col-page-contact .wrap.infor .flex{padding: 20px 30px;align-items: center;justify-content: space-between;flex-wrap: wrap;background: #fff;}
.col-page-contact .wrap.infor .flex .img{width: 50%;}
.col-page-contact .wrap.infor .flex .content{width: 45%;color: #595656;font-size: 14px;line-height: 28px;}
.col-page-contact .wrap.infor .map{height: 460px;}
.col-page-contact .wrap.infor .map #allmap{width: 100%;height: 100%;}
.col-page-contact .wrap.sales ul.list>li{background: #fff;margin-bottom: 12px;padding: 20px 30px;display: flex;align-items: center;justify-content: space-between;}
.col-page-contact .wrap.sales ul.list>li .title{width: 130px;background: #e2000f;color:#fff;padding: 20px;line-height: 1.1;font-size: 40px;text-align: center;}
.col-page-contact .wrap.sales ul.list>li .content{width: calc(100% - 180px);font-size: 16px;color:#6f6f6f;}
.col-page-contact .wrap.sales ul.list>li .content ul{font-size: 0;}
.col-page-contact .wrap.sales ul.list>li .content ul li{display: inline-block;font-size: 14px;margin: 5px 3.5vw 5px 0;}
.col-page-contact .wrap.sales ul.list>li .content ul li:last-child{margin-right: 0;}
.col-page-contact .wrap.network{background: #fff;padding: 35px 30px 10px;}
.col-page-contact .wrap.network .content h3{display: inline-block;padding: 8px 2.3vw;background: #595656;color:#fff;font-size: 16px;margin-bottom: 25px;}
.col-page-contact .wrap.network .content ul{margin-bottom: 5vh;display: flex;flex-wrap: wrap;}
.col-page-contact .wrap.network .content ul li{width: 48%;margin-right: 4%;font-size: 14px;color: #737171;line-height: 30px;margin-bottom: 4vh;}
.col-page-contact .wrap.network .content ul li:nth-child(2n){margin-right: 0;}
.col-page-contact .wrap.network .content ul li h4{border-bottom: 1px dashed #595656;font-size: 16px;font-weight: bold;color:#e2000f;padding-bottom: 10px;margin-bottom: 10px;}

/* search */
#search{padding: calc(8vh + 80px) 0 6vh;overflow:hidden}
#search .goomay-keywords-light{background: #130179 !important;color:#ffffff !important;}
#search .search_left{border: 1px solid #d6d6d6;padding-top:5px;padding-bottom:5px;}
#search .s_head{border-bottom: 1px solid #d6d6d6;height: 50px;}
#search .s_head h2{line-height: 50px;text-align: center;font-size: 24px;font-weight: bold;color:#333;}
#search .s_body ul{margin-top: 10px;}
#search .s_body ul span{display: block;color: #333;line-height: 40px;}
#search .s_body ul input,.s_body ul select{height: 35px;width: 100%;line-height: 35px;border: 1px solid #e6e6e6;padding-left: 10px;margin-bottom: 10px;}
#search .s_body .sub input{height: 45px;line-height: 45px;background: #130179;border: 0;color: #fff;transition: 0.3s;text-align: center;padding-left: 0px;font-size: 16px;}
#search .search_right .no-result{text-align: center;font-size: 30px;color:#333;margin-top:50px;}
#search .search-result-title{font-size: 20px;color: #333;line-height: 30px;height: 30px;overflow: hidden;}
#search .entry-image {float: left;width: 120px;margin: 0 20px 0 0;}
#search .entry-c{position: relative;overflow: hidden;}
#search .search-result-info{padding:5px 0;}
#search .search-result-info li{display: inline-block;}
#search .entry-content p{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
#search .search_right em{color: #130179;}
#search .search_right .search-result{margin-left:25px;}
#search .search_right .search-li{border-bottom: 1px solid #d6d6d6;margin-bottom: 30px;padding-bottom: 10px;}
#search .search_right li{overflow: hidden;}
#search .search-result-info li:before{content: '/';display: inline-block;margin-left: 10px;margin-right: 10px;opacity: 0.5}
#search .search-result-info li:first-child:before { display: none; }
#search .product_list{padding-bottom: 15px;border-bottom: 1px solid #d6d6d6; margin-bottom: 15px;}
#search .product_img{float: left;}
#search .product_img img{border-radius: 50%;}
#search .product_img img:hover{width: 90px;height: 90px;}
#search .product_body{float: left;margin-left: 20px;margin-top: 10px;}
#search .se_news{float: right;width: 79%;}
#search .news ul li .se_news a {color:#130179;text-decoration: underline;display: inline-block;height: 22px;overflow: hidden;transition: 0.3s;}
#search .search_right .news .date em{color: #fff;}

/* 底部 */
.footer{background: #eee;padding:6.6vh 0 5px;}
.footer .flex{justify-content: space-between;flex-wrap: wrap;margin-bottom: 8vh;}
.footer .flex .footer-info{width: 30%;}
.footer .flex .footer-info .name{font-size: 16px;color: #666;margin-bottom: 25px;font-family: "syht";}
.footer .flex .footer-info .info{font-size: 14px;color: #666;overflow: hidden;font-family: "syht";line-height: 2;}
.footer .flex .footer-info .share a{display: inline-block;margin: 10px 30px 0 0;}
.footer .flex .footer-info .share i.fa{color:#979797;font-size: 16px;}
.footer .flex .footer-info .share .itt03{cursor: pointer;}
.footer .flex .footer-nav{width: 50%;display: flex;justify-content: space-between;}
.footer .flex .footer-nav dl dt{font-size: 16px;color: #666;margin-bottom: 25px;font-weight: normal;}
.footer .flex .footer-nav dl dd{font-size: 14px;color: #888;line-height: 28px;font-family: "syht";}
.footer .flex .footer-nav dl dd a i{font-style: normal;margin-right: 5px}
.footer .flex .footer-nav dl dd a:hover{color:#555;}
.footer .bottom{font-size: 14px;}

.iyinbg{width: 100%; height: 100%; background: rgba(0,0,0,0.5); position: fixed; top: 0px; left:0px; display: none; cursor: pointer; z-index: 999;}
.iyinbg .iyinewm{width: 225px; height:265px; overflow: hidden; position: absolute; top:50%;transform: translateY(-50%); left:50%; margin-left: -125px;background: #fff;}
.iyinbg .iyinewm img{display: block; width: 225px; height: 225px; margin: 0 auto;}
.iyinbg .iyinewm p{font-size:14px; text-align: center; line-height: 25px; color: #000;}

.fixed-right{position: fixed; right: 10px; top: 50%;z-index: 100;transform: translateY(-50%);}
.fixed-right li{margin-bottom: 10px;margin-bottom: 10px; position: relative; }
.fixed-right li a{display: block; width: 60px; height: 60px;background:rgb(85, 85, 85); border-radius: 6px; box-shadow: 0px 0px 5px rgba(0,0,0,0.2);}
.fixed-right li #gotoTop{display: block; width: 60px; height: 60px;line-height: 60px;background:rgb(85, 85, 85); border-radius: 6px; box-shadow: 0px 0px 5px rgba(0,0,0,0.2);text-align: center;color:#fff;font-size: 22px;transition: 0.2s;cursor: pointer;display: none;}
.fixed-right li a i{font-size: 22px;width: 60px;  display: block; line-height:60px; text-align: center; color: #fff;}
.fixed-right li a:hover,.fixed-right li #gotoTop:hover{background-color:#b2000f; }
.fixed-right li a .qq_hide{position: absolute;right: 100%;width: 166px; position: absolute;top: 50%;transform: translateY(-50%);margin-right: 20px;display: none;}
.fixed-right li a .qq_hide .qq_hied_con{width: 100%; background: #222; border-radius: 4px; color: #fff; padding: 10px; box-shadow: 0 0 8px 0 rgba(0,0,0,.2);position: relative;}
.fixed-right li a .qq_hide .qq_hied_con:after {content: "";border-top: 7px solid transparent;border-bottom: 7px solid transparent;border-left: 7px solid #222; position: absolute; left: 100%; top: 50%; transform: translateY(-50%); }
.fixed-right li a .qq_hide .qq_hied_con strong{font-size: 16px;}
.fixed-right li a .qq_hide .qq_hied_con img{margin-bottom: 10px;}
.fixed-right li a:hover .qq_hide{display: block;}

/* media */

@media (max-width: 1800px) {

}
@media (max-width: 1600px) {

  html{font-size: 15px;}
}
@media (max-width: 1460px) {
  .col-page-case ul.list li.more a,.col-page-about .col-2 .content .swiper-slide .title{font-size: 6rem;}
  .col-page-about .col-2 .slide .swiper-slide-thumb-active .title{font-size: 60px;}
  .header .inner nav ul li>a{padding: 0 15px;}
  .header .inner .language{margin-left: 30px;}

  .header .nav_bottom .head-products{width: 25%;}
  .col-index-product .slide .swiper-container{padding: 10px;margin: 0 50px;}
  .col-index-product .slide .swiper-button-prev{left: 0;}
  .col-index-product .slide .swiper-button-next{right: 0;}
  html{font-size: 14px;}
  
}
@media (max-width: 1200px) {
  .col-page-product .item .title h2{font-size: 1.875rem;}
  .col-page-about .col-2 .slide .swiper-slide-thumb-active .title{font-size: 55px;}
  #col-index-banner .swiper-button{font-size: 40px;}
  .col-page-service .col-3 .slide .swiper-button{font-size: 30px;}
  .header .inner .contact,.header .inner .language a,.col-case-detail h2,.col-page-service .col-1 ul li .title,.col-page-service .col-3 .slide .swiper-slide .title,.col-page-about .col-1 .flex .content .s-content h3,.col-page-about .col-1 .flex .content .s-content h4,.col-page-about .col-3 .swiper-slide .content h3,.col-page-news .newsTop .swiper-slide a .content .title,.col-page-news .lists .title span{font-size: 18px;}
  .col-page-case ul.list li .content h3,.col-page-service .col-2 .flex .content ul li,.col-page-service .col-2 .flex .lists .title{font-size: 16px;}

  .col-page-contact .wrap.sales ul.list>li .title{width: 80px;font-size: 24px;padding: 15px;}
  .col-page-contact .wrap.sales ul.list>li .content{width: calc(100% - 120px);}
  .col-page-news .lists .title i{width: 30px;}
  .col-page-news .lists .title{height: 30px;line-height: 30px;}
  .col-page-about .col-3 .swiper-slide .content{padding: 20px 10px;}
  .col-page-charm .col-2 .slide{padding: 0 40px;}
  .col-page-recruit .col-1 .flex .content{width: 40%;}
  .col-page-technical .col-2 .wrap ul li .icon{width: 60px;height: 50px;background-size: 240px 100px;}
  .col-page-technical .col-2 .wrap ul li .icon2{background-position: -60px 0px;}
  .col-page-technical .col-2 .wrap ul li .icon3{background-position: -120px 0px;}
  .col-page-technical .col-2 .wrap ul li .icon4{background-position: -180px 0px;}
  .col-page-technical .col-2 .wrap ul li:hover .icon1{background-position: 0px -50px;}
  .col-page-technical .col-2 .wrap ul li:hover .icon2{background-position: -60px -50px;}
  .col-page-technical .col-2 .wrap ul li:hover .icon3{background-position:-120px -50px;}
  .col-page-technical .col-2 .wrap ul li:hover .icon4{background-position: -180px -50px;}
  .col-page-service .col-3 .slide .swiper-slide .icon{width: 55px;height: 55px;margin: 0 auto 10px;background-size: 330px 110px;}
  .col-page-service .col-3 .slide .swiper-slide .icon2{background-position: -55px 0px; }
  .col-page-service .col-3 .slide .swiper-slide .icon1{background-position: -110px 0px; }
  .col-page-service .col-3 .slide .swiper-slide:hover .icon3{background-position: 0px -55px; }
  .col-page-service .col-3 .slide .swiper-slide:hover .icon2{background-position: -55px -55px; }
  .col-page-service .col-3 .slide .swiper-slide:hover .icon1{background-position: -110px -55px; }
  .col-page-service .col-3 .slide{padding: 0 30px;}
  .col-page-service .col-3 .slide .swiper-button-prev{left: 0;}
  .col-page-service .col-3 .slide .swiper-button-next{right: 0;}
  .col-product-detail{padding: 30px 0;}
  .fixed-right li a,.fixed-right li a i,.fixed-right li #gotoTop{width: 40px;height: 40px;line-height: 40px;font-size: 16px;}
  .col-product-detail .pro_show .caseleft .col-thumb{padding: 0 20px 15px;}
  .col-index-news,.col-index-product,.col-page-about .col-1{padding-top: 6vh;padding-bottom: 6vh;}
  #col-index-banner .swiper-pagination{bottom: 5px;}
  .header .inner .contact i{display: none;}
  .col-banner{margin-top: 70px;}
  .header .inner .flex{height: 70px;line-height: 70px;}
  .header .inner .logo,.header .nav_bottom .logo{margin-right: 20px;}
  .header .inner .logo img,.header .nav_bottom .logo img{width: 100px;}
  .header .inner .language{margin-left: 15px;}

  html{font-size: 13px;}
  
}
@media (max-width: 992px) {
  .col-index-product .slide .swiper-button,.col-page-service .col-1 ul li .num{font-size: 24px;}
  
  .fixed-right li a .qq_hide .qq_hied_con{font-size: 14px;line-height: 1.66;}
  .fixed-right li a .qq_hide{width: 111px;}
  .col-page-contact .wrap.infor .map{height: 300px;}
  .col-page-news .lists ul.list li a .content{padding: 20px 0;}
  .col-page-about .col-2 .content{padding: 0 50px;}
  .col-page-about .col-2 .content .swiper-button img{width: 40px;}
  .col-page-development .col-1 .wrap .content .inner{padding: 3vh 10px;}
  .col-product-detail .prop_bottom .prop_bright .item .content{overflow-x: auto;}
  .col-product-detail .prop_bottom .prop_bright .item .content table{min-width: 900px;}
  .col-page-charm .col-1 .swiper-container .swiper-slide .inner{display: block;padding: 15px 25px;}
  .col-page-charm .col-1 .swiper-container .swiper-button{bottom: auto;top: 50%;transform: translateY(-50%);}
  .col-page-charm .col-1 .swiper-container .swiper-button-prev{left: 5px;}
  .col-page-charm .col-1 .swiper-container .swiper-button-next{right: 5px;left: auto;}
  .col-product-detail .pro_show .caseleft,.col-product-detail .pro_show .caseright,.col-product-detail .prop_bottom .prop_bright,.col-page-technical .col-2 .wrap .flex .content,.col-page-technical .col-2 .wrap .flex .img,.col-page-recruit .col-1 .flex .content,.col-page-recruit .col-1 .flex .img,.col-page-recruit .col-2 ul li .content,.col-page-recruit .col-2 ul li .img,.col-page-development .col-1 .wrap .content,.col-page-development .col-1 .wrap .img,.col-page-development .col-2 .flex .content,.col-page-development .col-2 .flex .img,.col-page-development .col-3 .content ul li,.col-page-development .col-4 .flex .content,.col-page-development .col-4 .flex .img,.col-page-charm .col-1 .swiper-container .swiper-slide .content,.col-page-charm .col-1 .swiper-container .swiper-slide .img,.col-page-about .col-1 .flex .content,.col-page-about .col-1 .flex .img,.col-page-news .newsTop .swiper-slide a .content,.col-page-news .newsTop .swiper-slide a .img,.col-page-contact .wrap.infor .flex .img,.col-page-contact .wrap.infor .flex .content,.col-page-contact .wrap.network .content ul li{width: 100%;margin-right: 0;max-width: none;margin-bottom: 25px;}
  .col-page-charm .col-1 .swiper-container .swiper-slide .content{padding-bottom: 0;}
  .col-page-charm .col-1 .swiper-container .swiper-slide .content .title{margin-bottom: 15px;}
  .col-page-development .col-1 .wrap .img{margin-bottom: 0;}
  .col-page-product .item .lists ul li,.col-page-case ul.list li,.col-page-service .col-1 ul li,.col-page-technical .col-2 .wrap ul li,.col-page-honor .col-honor ul.list li{width: 48%;margin-right: 4%;}
  .col-page-product .item .lists ul li:nth-child(4n),.col-page-case ul.list li:nth-child(3n),.col-page-service .col-1 ul li:nth-child(4n),.col-page-technical .col-2 .wrap ul li:nth-child(4n),.col-page-honor .col-honor ul.list li:nth-child(3n){margin-right: 4%;}
  .col-page-product .item .lists ul li:nth-child(2n),.col-page-case ul.list li:nth-child(2n),.col-page-service .col-1 ul li:nth-child(2n),.col-page-technical .col-2 .wrap ul li:nth-child(2n),.col-page-honor .col-honor ul.list li:nth-child(2n){margin-right: 0;}
  .col-index-product::after{height: 88vh;}
  .footer{padding: 20px 10px;}
  .header .inner nav,.header .inner .language,.header .inner .contact,.footer .flex,.col-product-detail .prop_bottom .prop_bleft,.col-page-service .col-1 ul li:not(:last-child)::after{display: none;}
  .col-index-product .slide .swiper-container{margin: 0 30px;}

  html{font-size: 12px;}
  
}
@media (max-width: 768px) {
  .col-index-product .slide .swiper-container .swiper-slide .s-content p,.col-page-product .item .lists ul li .s-content p,.col-product-detail .prop_bottom .prop_bright .item .content table td, .col-product-detail .prop_bottom .prop_bright .item .content p, .col-product-detail .prop_bottom .prop_bright .item .content table th,.col-page-download .flex .lists ul.list li .column,.col-page-download .flex .lists ul.list li a,.col-page-download .flex .lists ul.list li .date,.col-page-download .flex .lists ul.list li .dw,.col-page-honor .col-honor ul.list li .title{font-size: 14px;}

  .col-page-contact .wrap.sales ul.list>li{padding: 10px;flex-wrap: wrap;}
  .col-page-contact .wrap.sales ul.list>li .title{margin: 0 auto 20px;}
  .col-page-contact .wrap.sales ul.list>li .content{width: 100%;}

  .col-page-news .newsTop{padding: 20px 50px;}
  .col-page-news .newsTop .swiper-button{width: 20px;height: 20px;line-height: 20px;font-size: 16px;}
  .col-page-news .newsTop .swiper-button-prev{left: 10px;}
  .col-page-news .newsTop .swiper-button-next{right: 10px;}
  .col-page-download .flex .lists ul.list li .column{margin-right: 10px;}
  .col-page-download .flex .lists{width: 100%;}
  .col-page-download .flex .lists ul.list li .column{width: 60px;min-width: 0;}
  .col-index-product .slide .swiper-container .swiper-slide .s-content p i,.col-page-product .item .lists ul li .s-content p i,.col-page-download .flex .lists ul.list li .name i,.col-page-download .flex .lists ul.list li .date,.col-page-download .flex .sider{display: none;}
  .col-index-news .lists .list li,.col-page-news .lists ul.list li a .img,.col-page-news .lists ul.list li a .content{width: 100%;margin-right: 0;}
  .col-index-product .slide .swiper-container .swiper-slide .s-content,.col-page-product .item .lists ul li .s-content{padding: 12px 10px;}
  html{font-size: 11px;}

  
}
@media (max-width: 468px) {
  .col-page-case ul.list li,.col-page-technical .col-2 .wrap ul li{width: 100%;margin-right: 0;}

  html{font-size: 10px;}

  
}
@media (max-height: 700px) {

}


/*手机版菜单*/
.mm-slideout{z-index: auto!important;}
@media screen and (max-width: 992px)  {
  #header a.mm_btn {background: center center no-repeat transparent;display: block;width: 60px;height:60px;position: absolute;top: 5px;right: 0; padding: 15px;z-index: 12; }
  #header .mm_btn .menu_bar {width: 30px;height: 30px; position: relative;transform: translateZ(0) rotate(0);transition: transform .4s cubic-bezier(.4,.01,.165,.99);}
  #header .mm_btn .menu_bar_item { position: absolute;left: 0;top: 0; transform: translateZ(0) rotate(0); transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s; -webkit-transform: translateZ(0) rotate(0); -webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s; width: 30px;height: 30px;}
  #header .mm_btn .menu_bar_item .rect{ width: 30px; height: 2px; background: #000; position: absolute; left: 0; top: 14px;/*transition: transform .2s ease .2s;-webkit-transition: -webkit-transform .2s ease .2s;*/-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
  #header.active .mm_btn .menu_bar_item .rect,#header.cur .mm_btn .menu_bar_item .rect{background: #333;}
  #header .mm_btn .menu_bar_item .rect.top {transform: translate3d(0,-8px,0); -webkit-transform: translate3d(0,-8px,0);}
  #header .mm_btn .menu_bar_item .rect.mid {transform: translate3d(0,0px,0); -webkit-transform: translate3d(0,0px,0); transition: 0.5s;}
  #header .mm_btn .menu_bar_item .rect.bottom {transform: translate3d(0,8px,0); -webkit-transform: translate3d(0,8px,0);}
  #header .mm_btn.is_active .menu_bar_item.mid{opacity: 0;}
  #header .mm_btn.is_active .menu_bar_item .rect {transition: transform 0s ease 0s; transform: translate3d(0,0,0); -webkit-transition: -webkit-transform 0s ease 0s; -webkit-transform: translate3d(0,0,0);}
  #header .mm_btn.is_active .menu_bar_item.bottom { transform: translateZ(0) rotate(-45deg); -webkit-transform: translateZ(0) rotate(-45deg);}
  #header .mm_btn.is_active .menu_bar_item {transform: translateZ(0) rotate(45deg);transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s;-webkit-transform: translateZ(0) rotate(45deg);-webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s;}
  /*菜单弹出方向*/
  .mm-menu_offcanvas{left: auto!important;}
  .mm-menu{right: 0!important;}
  .mm-menu_offcanvas.mm-menu_opened{z-index: 9!important;}
  .mm-slideout{z-index: 10!important;}
  .mm-menu.mm-menu_pageshadow:after{content: ""; display: block; width: 20px; height: 120%; position: absolute; right: 100%; top: -10%; z-index: 99; box-shadow: 0 0 10px rgba(0,0,0,.3);}/*弹出菜单边阴影*/
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform: translate(-80vw,0)!important;-ms-transform: translate(-80vw,0)!important;transform: translate(-80vw,0)!important;-webkit-transform: translate3d(-80vw,0,0)!important;transform: translate3d(-80vw,0,0)!important;/*transform: translate3d(80vw,0,0)!important;*/}
  .mm-wrapper_opened .mm-menu_fx-menu-slide {-webkit-transform: translate(0,0)!important;-ms-transform: translate(0,0)!important;transform: translate(0,0)!important;-webkit-transform: translate3d(0,0,0)!important;transform: translate3d(0,0,0)!important;}
  /**/
  #menu{ color:rgba(0,0,0,.8);}
  #menu .mm-listview .mm-btn_next:after{border-color: rgba(189,189,189,1);}
  #menu .mm-btn:after, #menu .mm-btn:before{border-color: rgba(189,189,189,1);}
  #menu .mm-navbar a, #menu .mm-navbar>*{color:rgba(0,0,0,.8); font-size: 16px;}
  #menu.mm-menu_theme-white .mm-counter{color:rgba(0,0,0,.6);}
  /* #menu .mm-searchfield input{background: rgba(0,0,0,.3);color: rgba(0,0,0,.2);} */
  #menu .mm-listitem, #menu .mm-listitem #menu .mm-btn_next, #menu .mm-listitem #menu .mm-btn_next:before, #menu .mm-listitem:after, #menu .mm-listview{ border-color: rgba(0,0,0,.1); }
  #menu .mm-navbars_bottom, #menu .mm-navbars_top{border-color: rgba(0,0,0,.1);}
  #menu .mm-listitem a{font-size: 16px;}
}
@media (min-width: 550px){
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {-webkit-transform: translate(-440px,0)!important;-ms-transform: translate(-440px,0)!important;transform: translate(-440px,0)!important;-webkit-transform: translate3d(-440px,0,0)!important;transform: translate3d(-440px,0,0)!important;}
}

